@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: #cad0d3;
    padding-top: 160px;
}

/* Стили Тёмной темы */
body.dark-theme {
    color: rgb(221, 221, 221);
    background: #4e4e4e;
}
body.dark-theme a {
    color: #d3d3d3;
}


.container {
    width: 1250px;
    margin: 0 auto;
}

.row {
    display: block;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.header {
    height: 80px;
    width: 100%;
    background: #cad0d3;
    position: fixed;
    left: 0;
    top: 0;
}

.logotype {
    margin-top: 10px;
    height: 60px;
    width: 220px;
}

.menu {
    height: 80px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 80px;
    background: #56698f;
    padding-top: 22px;
}

.link-menu {
    display: inline-block;
    padding: 10px 20px;
    color: rgb(240, 240, 240);
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Montserrat Alternates', sans-serif;
}

.link-menu:hover {
    background: #56698f;
    border-radius: 50px;
}

.content {
    padding: 20px;
    background: rgb(240, 240, 240);
}

.page-title {
    margin-bottom: 20px;
    font-family: 'Montserrat Alternates', sans-serif;
}

blockquote {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left-color: #56698f;
    border-left-width: 5px;
    border-left-style: solid;
    padding-left: 15px;
    font-style: italic;
}

hr {
    margin: 20px 0;
    background-color: #56698f;
}

.search-btn {

    width: 80px;
    height: 40px;
    background: #56698f;
    border-radius: 10px;
    border: none;
    float: right;
    margin-top: 20px;
    text-decoration: none;
    line-height: 40px;
    color: white;
    text-align: center;
}

.search {
    width: 350px;
    height: 40px;
    background: rgb(240, 240, 240);
    border-radius: 10px;
    border: none;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0 20px;
}

.flag {
    width: 250px;
    height: 150px;
    border-radius: 5px;
    border: none;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.search-error {
    padding-left: 420px;
}

.go-back {
    padding-left: 525px;
    color: rgb(240, 240, 240);
    text-decoration: none;
    font-family: 'Montserrat Alternates', sans-serif;
}

.stay-safe1 {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    padding-left: 290px;
}

.punkt {
    padding-left: 60px;
    padding-bottom: 3px;
    font-size: 16px;
}

.new {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 17px;
}

.tema {
    border-left-color: #56698f;
    border-left-width: 7px;
    border-left-style: solid;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font: bold;
}

.punkt-new {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 16px;
    padding-left: 10px;
}

.end-hr {
    border-width: 2px;
    margin: 20px 0;
    background-color: #56698f;
}

.photo-uno {
    margin-left: 10px;
    margin-right: 10px;
    width: 32%;
    border-radius: 10px;
    height: 100%;
}

.photo-dos {
    width: 32%;
    border-radius: 10px;
    height: 100%;
}

.photo-tres {
    margin-right: 10px;
    margin-left: 10px;
    width: 32%;
    border-radius: 10px;
    height: 100%;
}

.fall-down {
    padding: 150px;
    background: rgb(240, 240, 240);
}

.link-menu2 {
    padding: 10px 20px;
    float: right;
    color: #56698f;
    text-decoration: none;
    transition: 0.5s;
    font-family: 'Montserrat Alternates', sans-serif;
}

.link-menu2:hover {
    background: #56698f;
    border-radius: 50px;
}

.tkan {
    position: absolute;
    margin-top: 0px;
    margin-left: 899px;
    width: 300px;
}

.ahhh {
    margin-bottom: 15px;
}

.ahhh2 {
    margin-top: 15px;
}

.photo-gerb {
    float: right;
    width: 260px;
    height: 200px;
    margin-left: 20px;
    margin-right: 40px;
    border-radius: 10px;
}

.button1 {
    display: inline-block;
    color: white;
    background: #56698f;
    border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

.button1:hover {
    background: #56698f;
}

.wht-btn {
    display: inline-block;
    color: white;
    background: rgb(240, 240, 240);
    padding: 20px 30px;
    width: 33%;
}

.anthr-wht-btn {
    display: inline-block;
    color: white;
    background: rgb(240, 240, 240);
    padding: 20px 30px;
    width: 42.2%;
}

.photos-3 {
    height: 100%;
}

.smalltxt {
    float: right;
    color: rgb(230, 230, 230);
}

.stay-safe2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    padding-left: 210px;
}

.button2 {
    display: inline-block;
    color: white;
    background: #56698f;
    border-radius: 5px;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    width: 13%
}

.button2:hover {
    background: #56698f;
}